feat: rebrand as Jada Code — custom Goose distribution for Garza OS#1
Merged
itsablabla merged 2 commits intobasefrom Apr 15, 2026
Merged
feat: rebrand as Jada Code — custom Goose distribution for Garza OS#1itsablabla merged 2 commits intobasefrom
itsablabla merged 2 commits intobasefrom
Conversation
- System prompt: Jada Code identity, Garza OS ecosystem - README: Jada Code branding, server-first deployment docs - Dockerfile: updated labels and metadata - Cargo.toml: updated authors, repo URL, description - docker-compose.server.yml: production server deployment - init-config.yaml: default OpenRouter + Kimi K2.5 config
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- docker-compose: command: server → serve with proper flags - docker-compose: health check /health → /status (actual endpoint) - README: docker run example uses 'serve' not 'server'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rebrands the upstream Goose agent as Jada Code — a custom distribution for the Garza OS ecosystem. Minimal, focused changes to user-visible identity while preserving all upstream functionality and binary names.
Changes:
crates/goose/src/prompts/system.md): Agent identifies as "Jada Code, part of the Garza OS ecosystem"servecommand with health check against/statusWhat's NOT changed: Rust crate names, binary names, internal code, tests — everything still builds and runs identically to upstream Goose.
Review & Testing Checklist for Human
docker compose -f docker-compose.server.yml upstarts the server and health check passes (/statusreturns "ok")servecommand, notserver)Notes
basebranch (unmodified)upstreamremote points toaaif-goose/goosefor future syncsserver→servecommand,/health→/statushealth check, README docker run exampleLink to Devin session: https://app.devin.ai/sessions/f4e16f12bfa34fc6bdc3d73a833a5d91
Requested by: @itsablabla